Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.dam.DamService.contrib

Documentation

Default contribution for the DamService. Configure the Asset Library to be in '/asset-library'.

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.dam.DamService.contrib">

  <documentation>
    Default contribution for the DamService.
    Configure the Asset Library to be in '/asset-library'.
  </documentation>

  <extension target="org.nuxeo.dam.DamService"
    point="assetLibrary">

    <assetLibrary docType="AssetLibrary"
      title="Asset Library" path="/asset-library" />

  </extension>

  <extension target="org.nuxeo.dam.DamService"
    point="allowedAssetTypes">

    <allowedAssetType name="Picture" />
    <allowedAssetType name="Video" />
    <allowedAssetType name="Audio" />
    <allowedAssetType name="File" />

  </extension>

</component>